Eclipse Platform
Pre-release 3.0

org.eclipse.team.core.subscribers
Class BackgroundEventHandler.Event

java.lang.Object
  extended byorg.eclipse.team.core.subscribers.BackgroundEventHandler.Event
Enclosing class:
BackgroundEventHandler

public static class BackgroundEventHandler.Event
extends Object

Resource event class. The type is specific to subclasses.


Constructor Summary
BackgroundEventHandler.Event(IResource resource, int type, int depth)
           
 
Method Summary
 int getDepth()
           
protected  String getDepthString()
           
 IResource getResource()
           
 int getType()
           
protected  String getTypeString()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BackgroundEventHandler.Event

public BackgroundEventHandler.Event(IResource resource,
                                    int type,
                                    int depth)
Method Detail

getDepth

public int getDepth()

getResource

public IResource getResource()

getType

public int getType()

toString

public String toString()

getDepthString

protected String getDepthString()

getTypeString

protected String getTypeString()

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.